|
In computer science the concept of a Lossless-Join Decomposition is central in removing redundancy safely from databases while preserving the original data. ==Lossless-join Decomposition== Can also be called Nonadditive. If you decompose a relation into relations and you will guarantee a Lossless-Join if ⋈ = . If R is split into R1 and R2, for the decomposition to be lossless then at least one of the two should hold true. Projecting on R1 and R2, and joining back, results in the relation you started with.〔http://stackoverflow.com/questions/5771810/lossless-join-property〕 Let be a relation schema. Let be a set of functional dependencies on . Let and form a decomposition of . The decomposition is a lossless-join decomposition of R if at least one of the following functional dependencies are in + (where + stands for the closure for every attribute or attribute sets in ): * ∩ → * ∩ → 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Lossless-Join Decomposition」の詳細全文を読む スポンサード リンク
|